home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 2
/
Merciful - Disc 2.iso
/
software
/
m
/
maxonc++2.dms
/
maxonc++2.adf
/
MCPIncl.lha
/
exec
/
exec.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-01-26
|
741b
|
33 lines
#ifndef EXEC_EXEC_H
#define EXEC_EXEC_H
/*
** $Filename: exec/exec.h $
** $Release: 2.04 $
** $Revision: 36.5 $
** $Date: 90/05/10 $
**
** Include all other Exec include files in a non-overlapping order.
**
** (C) Copyright 1985,1986,1987,1988,1989 Commodore-Amiga, Inc.
** All Rights Reserved
*/
#include "exec/types.h"
#include "exec/nodes.h"
#include "exec/lists.h"
#include "exec/alerts.h"
#include "exec/errors.h"
#include "exec/initializers.h"
#include "exec/resident.h"
#include "exec/memory.h"
#include "exec/tasks.h"
#include "exec/ports.h"
#include "exec/interrupts.h"
#include "exec/semaphores.h"
#include "exec/libraries.h"
#include "exec/io.h"
#include "exec/devices.h"
#include "exec/execbase.h"
#endif /* EXEC_EXEC_H */